home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / hobby / ds0014 / install.bat < prev    next >
DOS Batch File  |  1992-08-18  |  1KB  |  37 lines

  1. echo off
  2. cls
  3. echo         ╔══════════════════════════════════════════════════╗
  4. echo         ║        Installation von  CTO  BIBLO 3.0          ║
  5. echo         ╚══════════════════════════════════════════════════╝
  6. if /==%1/ goto end
  7. echo   
  8. echo         ╔══════════════════════════════════════════════════╗
  9. echo         ║    Die Installation  erfolgt auf Laufwerk %1     ║
  10. echo         ╚══════════════════════════════════════════════════╝
  11. copy \biblo.bat %1 /v
  12. copy \hbbiblo.bat %1 /v
  13. copy \bsp.bat %1 /v
  14. copy \archive.exe %1 /v
  15. %1
  16. if not exist %1\ctobiblo\NUL md ctobiblo
  17. if not exist %1\ctobiblo\*.* md ctobiblo
  18. cd ctobiblo
  19. copy \archive.exe 
  20. archive
  21. rem del bib*.mem
  22. cd\
  23. del \archive.exe
  24. del \lesen.exe
  25. cls
  26. echo   ╔════════════════════════════════════════════════════════════════════╗
  27. echo   ║   Biblo 3.0 ist installiert. Start des Programms        -  BIBLO   ║
  28. echo   ║                              Handbuch lesen             -  HBBIBLO ║
  29. echo   ║                              Beispieldatei installieren -  BSP     ║
  30. echo   ╚════════════════════════════════════════════════════════════════════╝
  31. goto end2
  32. :end 
  33. echo  
  34. echo                  ╔═══════════════════════════════╗  
  35. echo                  ║   Parameter C: oder D: fehlt  ║
  36. echo                  ╚═══════════════════════════════╝
  37. :end2